configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / ptpv2 / instances / instance[ID]

CLI REST-API

operating-mode

operating-mode
This is a read-write object and valid values are:




Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*
Body:
{
  "operating-mode": "disabled"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.* -d
{
  "operating-mode": "disabled"
}